home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
kingsky.swf
/
scripts
/
frame_6
/
DoAction.as
Wrap
Text File
|
2007-10-01
|
204b
|
12 lines
stop();
ending_mc.restart_btn.onRollOver = function()
{
over();
};
ending_mc.restart_btn.onRelease = function()
{
klik();
_root.gotoAndStop("loader");
delete _root.onEnterFrame;
};